automation: qemu-smoke-arm{32/64}.sh: Fix typo in DEBIAN_FRONTENT
authorMichal Orzel <michal.orzel@amd.com>
Tue, 27 Sep 2022 09:47:18 +0000 (11:47 +0200)
committerStefano Stabellini <stefano.stabellini@amd.com>
Tue, 27 Sep 2022 23:48:50 +0000 (16:48 -0700)
The correct variable name is DEBIAN_FRONTEND and not DEBIAN_FRONTENT.

Signed-off-by: Michal Orzel <michal.orzel@amd.com>
Reviewed-by: Luca Fancellu <luca.fancellu@arm.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
automation/scripts/qemu-smoke-arm32.sh
automation/scripts/qemu-smoke-arm64.sh

index 530f3892fdd3a4254b60d7a74e149de5ab2e0bab..c8ae0bfb9b1cf4abd3a24fc46ff2816b429c0f38 100755 (executable)
@@ -2,7 +2,7 @@
 
 set -ex
 
-export DEBIAN_FRONTENT=noninteractive
+export DEBIAN_FRONTEND=noninteractive
 apt-get -qy update
 apt-get -qy install --no-install-recommends device-tree-compiler \
                                             curl \
index f803835779f40c8a927b576e2fc4ac2f6c9914ea..5b566072f72ada6b03c7ffebfcf534597d5fe1fe 100755 (executable)
@@ -38,7 +38,7 @@ fi
 "
 fi
 
-export DEBIAN_FRONTENT=noninteractive
+export DEBIAN_FRONTEND=noninteractive
 apt-get -qy update
 apt-get -qy install --no-install-recommends u-boot-qemu \
                                             u-boot-tools \